Generic Windows MDI Application with a Toolbar and Status Bar


The BARMDI sample demonstrates the use of status bar and tool bar controls 
in their simplest forms. These controls are attached to the main window 
(typically) of an application to give users a visual indication of menu items 
and other relevant pieces of information.

This sample is based on the BLANDMDI sample.

Module Map
----------

Dispatch - Message dispatching routines.
WinMain  - Calls initialization functions and processes the message loop.
BarMDI   - Window procedure for the main application window.
Init     - Performs application and instance-specific initialization.
About    - Defines a standard About dialog box.
Misc     - Defines the application-specific commands not related to
           a specific module.
MDIChild - Creates the MDI client window and the MDI Children.
           Contains the window procedure for the MDI children.
ToolBar  - Creates the tool bar and processes ToolTips notifications.
StatBar  - Creates and manages the status bar.
